home *** CD-ROM | disk | FTP | other *** search
- property mMySpriteChan, mMyPointValue, mAmIDouble, mzQuestHistory, mHaveIBeenDouble, mAmIPopped, mMyDoubleFlag, mQuestion, mPopColor, mMyCastNum
-
- on birth me
- set mzQuestHistory to list()
- return me
- end
-
- on mGetMyPopColor me
- return the mPopColor of me
- end
-
- on mSetMyPopColor me, arg
- set the mPopColor of me to arg
- end
-
- on mGetMyQuestion me
- return the mQuestion of me
- end
-
- on mSetMyQuestion me, arg
- set the mQuestion of me to arg
- end
-
- on mGetAmIPopped me
- return the mAmIPopped of me
- end
-
- on mSetAmIPopped me, arg
- set the mAmIPopped of me to arg
- end
-
- on mGetMyVisible me
- return the visible of sprite mMySpriteChan
- end
-
- on mSetMyVisible me, arg
- set the visible of sprite mMySpriteChan to arg
- updateStage()
- end
-
- on mSetMySpriteChan me, arg
- set mMySpriteChan to arg
- end
-
- on mGetMySpriteChan me
- return mMySpriteChan
- end
-
- on mSetMyPointValue me, arg
- set the mMyPointValue of me to arg
- end
-
- on mGetMyPointValue me
- return the mMyPointValue of me
- end
-
- on mSetAmIDouble me, arg
- set the mAmIDouble of me to arg
- end
-
- on mGetAmIDouble me
- return the mAmIDouble of me
- end
-
- on mGetQuestHistory me
- return the mzQuestHistory of me
- end
-
- on mSetQuestHistory me, arg
- append(mzQuestHistory, arg)
- end
-
- on mSetHaveIBeenDouble me, arg
- set the mHaveIBeenDouble of me to arg
- end
-
- on mGetHaveIBeenDouble me
- return the mHaveIBeenDouble of me
- end
-
- on mResetQuestList me
- set mzQuestHistory to list()
- end
-
- on mGetMyCastNum me
- return the mMyCastNum of me
- end
-
- on mSetMyCastNum me, arg
- set the mMyCastNum of me to arg
- end
-